home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / payroll_ / payusa50.zip / PAYUS50A.ZIP / PAYCYCLE.STX < prev   
Text File  |  1990-03-05  |  10KB  |  161 lines

  1. Screenfile PAYCYCLE.SCN Screen# 01
  2.  
  3. The pay cycle is started as a menu choice from the main PAYUSA menu.  Before 
  4. running a pay cycle the employees hours will have been entered with the 
  5. employee update program (also a menu choice from the main PAYUSA menu). 
  6.  
  7. There are several informational screens on the way into the pay cycle, just 
  8. press any key at those screens to pass by them once you no longer need them, 
  9. then you will arrive at the above screen for entry of current and next pay 
  10. dates. 
  11.  
  12. The current pay date will default to today's date, but you can change it by 
  13. typing over it.  The date entered is the date that will be shown on the checks. 
  14. The choice of date is not critical, you may wish to use the last day of the pay 
  15. period which the earnings are for, but whatever date you use you might find it 
  16. best to be consistant each pay (example, always the last day of the pay period, 
  17. or always the day the checks are distributed, etc.). 
  18.  
  19. The entry for the next pay date is when you expect to be doing this again, 
  20. example current pay date + 14 days (or whatever the pay frequency is). The next 
  21. pay date is used to set up the screens for you, it is also used to determine 
  22. when we have come to the end of the year.  If the next pay date is in a 
  23. different (higher) year than the current pay date then special year end 
  24. processing is automatically done - year to date figures are transferred to the 
  25. W-2 file and the output employee year to date is set to zeroes to start the new 
  26. year (except for sick and vacation accruals), also at year end any terminated 
  27. employees are purged from the file.  The year end processing asks you to 
  28. confirm this is a year end before it starts (in case you accidentally entered 
  29. an incorrect year in the next pay date). 
  30.  
  31. The pay cycle simple reads the employee records from the input directory 
  32. (normally \PAYIN), checks the employee status and if they are Active it 
  33. calculates the pay and taxes, updates the year to date figures and writes the 
  34. results on the output directory (normally \PAYOUT).  It does not immediately 
  35. overwrite the original data on \PAYIN in case you notice any major entry errors 
  36. (example, somebody was given 400 hours instead of 40 hours, etc) that you might 
  37. want to fix and re-run. However, it does set a switch in the configuration file 
  38. that says there are now two versions of the employee file so that you can be 
  39. automatically prompted to decide if it is O.K. to copy the employee file from 
  40. \PAYOUT to \PAYIN to make the effects of the pay cycle permanent before you 
  41. start making hours entry or any other changes for the next pay cycle. 
  42.  
  43. The pay cycle also produces current and year to date accounting extract files 
  44. which are also written on \PAYOUT and are used to print checks or payslips, 
  45. payroll register, journal, etc.  As it runs, the pay cycle prints a status 
  46. report showing the results of the various edits that are applied to employee 
  47. data. 
  48.  
  49. Screenfile PAYCYCLE.SCN Screen# 02
  50.  
  51. The pay cycle creates the files that the reports are printed from.  Once 
  52. created those files remain on the disk until the next pay cycle is run so you 
  53. can print the reports any time you wish before that next pay cycle. Conversely, 
  54. if it is pay day and you print reports without first running a pay cycle then 
  55. you will print whatever was created by the previous pay cycle. 
  56.  
  57. The above menu is from the program that prints reports. It is accessible as a 
  58. choice from the main PAYUSA menu.  One choice we have people calling to ask 
  59. about is "F3 Set YTD or CURR as input file for F4/F6" because it appears to do 
  60. nothing but return to the above menu after displaying a sub menu for which file 
  61. to use.  Please be re-assured that even though no bells ring and nothing 
  62. special lights up on the screen it does in fact make that file choice and if 
  63. you select, for example, "F4 -  Print Payroll Register" after selecting the 
  64. year to date file with F3 then what you will get is a YTD Payroll Register. 
  65.  
  66. Screenfile PAYCYCLE.SCN Screen# 03
  67.  
  68. The above screen is the sub menu that will appear if you select "F6 - Export 
  69. Files, Lotus, dBASE, PCF, NV" from the print report menu. Instead of printing a 
  70. report these choices will produce files that can be used by the programs listed 
  71. on this sub menu.  Essentially the same information that is printed on the 
  72. payroll register is put into those files. 
  73.  
  74. Why bother, well you may be a keen dBASE programmer and you want to write a 
  75. dBASE program to print on a special check form that your company has used for 
  76. years because you happen to have 5000 checks sat in storage that you want to 
  77. use up, or you may be a spreadsheet user that wants to do some statistical 
  78. analysis, sorting, graphing, etc. on the current or year to date payroll 
  79. figures. Lotus spreadsheet programs can read .DIF but they must first translate 
  80. it to a .WKS or a .WK1 file for 123 or a .WRK or a .WR1 file for Symphony (see 
  81. your Lotus Utility Menu). If you prefer to use Borland's Quattro, or Quattro 
  82. Pro, to Lotus then select the "F2 dBASE III format" from the above menu as 
  83. Quattro can directly read a .DBF file right into a spreadsheet, just include 
  84. the file's .DBF extension when you retrieve it with Quattro.  With any 
  85. spreadsheet the data is loaded into individual cells but some fine tuning of 
  86. column widths and display formats may be needed to make it look attractive. You 
  87. may also want to reduce the size of your spreadsheet after it is first loaded 
  88. by deleting any rows or columns that are not needed for whatever it is you are 
  89. doing. 
  90.  
  91. Screenfile PAYCYCLE.SCN Screen# 04
  92.  
  93. The above screen is the sub menu that will appear if you select "F8 Print 
  94. Employee Basic Info. and Labels" from the print report menu. Employee Basic 
  95. Info. is the first 3 screens of the employee record printed on standard 8 1/2 x 
  96. 11 inch computer paper, one sheet per employee, and Employee Mailing Labels are 
  97. printed on standard 3 1/2 x 15/16 inch one wide computer labels.  It is all or 
  98. nothing, individual employees cannot be selected, but terminated employees can 
  99. be optionally excluded. 
  100.  
  101. Screenfile PAYCYCLE.SCN Screen# 05
  102.  
  103. Printing of Government reports is started as a menu choice from the main PAYUSA 
  104. menu, but it is available to Registered Users only. This is not a part of the 
  105. ShareWare release because of disk space considerations (for marketing reasons 
  106. the ShareWare release has to fit on 2 diskettes) and also because it might 
  107. persuade you to Register to obtain these Government print programs.  The 
  108. information you need for these reports is built up from each pay cycle no 
  109. matter if it is the ShareWare or Registered User version that you are using. 
  110.  
  111. If you do NOT wish to Register then most of the figures for the above forms can 
  112. be obtained in a more roundabout way from the YTD payroll Register (if you 
  113. print YTD at the end of each quarter and subtract the figures from the previous 
  114. quarter of the same year then the difference is for this quarter) but it will 
  115. involve you in more manual effort to do it that way.  In any event, you will 
  116. eventually reach the point where Federal Taxes change substantially, or where 
  117. the expiry date of the program is reached, and if you like the program you will 
  118. probably Register then to get the updates. So, you might as well do it now and 
  119. save yourself the effort of hand calculating figures for Government forms.  
  120. Early registration means you are already on our mailing list for tax updates 
  121. when the end of the year arrives so you will receive them just as soon as they 
  122. are available. 
  123.  
  124. January is a very busy month with last minute Registrations. Delays shipping 
  125. disks can occur then due to the increased sales volume, plus regular mail from 
  126. Canada can take 7 to 10 days to reach you. New users who have delayed until the 
  127. last minute and are just then Registering sometimes find themselves having to 
  128. pay an additional $20.00 overnight shipping fee to be sure of receiving the 
  129. programs in time for their first pay. It helps both you and us to spread those 
  130. Registrations more evenly around the year. 
  131.  
  132. Note that the program author receives nothing from ShareWare sales if the user 
  133. does not subsequently Register after he has tried out the program.  ShareWare 
  134. is a source of try before you buy programs, it is not a source of almost free 
  135. programs.  If you like the program and feel it will save you more in time, 
  136. error correction, and manual labour than it costs then the right thing to do is 
  137. to Register.  One of the worst headaches in any office is payroll, if $149.95 
  138. will make that headache any easier then it is well worth the cost.  Compared to 
  139. the cost of your time doing payroll $149.95 is a drop in the bucket. 
  140.  
  141. Screenfile PAYCYCLE.SCN Screen# 06
  142.  
  143. If you are printing the 941 (Quarterly FICA/Fed.Tax) report or the Quarterly 
  144. State Unemployment report you can select which quarter (of quarters that have 
  145. been processed by PAYROLL USA) you wish to print. Normally you only need the 
  146. most recent COMPLETE quarter (the most recent quarter will be at the top of the 
  147. menu but it may not yet be complete, example 1990, Quarter = 1 is not complete 
  148. because at the time of writing this, in February 1990, only part of that 
  149. quarter had been processed). 
  150.  
  151. Screenfile PAYCYCLE.SCN Screen# 07
  152.  
  153. If you are printing the 940 (Annual Fed. Unempl.) report you can select which 
  154. year (of years that have been processed by PAYROLL USA) you wish to print. 
  155. Normally you only need the most recent COMPLETE year (the most recent year will 
  156. be at the top of the menu but it may not yet be complete, example 1990 is not 
  157. complete because at the time of writing this, in February 1990, only part of 
  158. that year had been processed). 
  159.  
  160. 
  161.